Conversation
# Why Shared state, while implementable with messaging API, would require some amount of boilerplate code to be added by developer. We can introduce simple key-value (and shared object based) store which will provide seamless experience of data synchronization between the brownfield and RN apps. It can be extended with property wrappers in follow ups to provide even more seamless experience in the native apps # How Added an API which allows for `useState` like shared state observing and setting in the JS and subscriber pattern in native platforms (Android for now, iOS will be implemented in follow ups). To user the API feels like a seamless synchronization between (only in JS for now, but I plan to implement things like property wrappers in follow ups): https://github.com/user-attachments/assets/6fc86358-5f80-4d11-b254-3e43218aa2dd Also, simplified the RN activity in the test app as it has now grown pretty big and added a screen for testing of the new API # Test Plan Tested manually using the newly added screen as visible on the video above. Native app updates clock every second and JS app controls the value of counter which is doubled in the native side on change # Checklist - [X] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [X] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )